How much time remains on my WbW-Pro license?

To determine how much time is remaining on your license, you may use the license_info method:

wbwpro_license_duration.py

from whitebox_workflows import license_info

# on the host machine with the node-locked license...
print(license_info())

# or for a floating license...
print(license_info('your-license-id')) # specify your floating-license user ID