ActiveTransfer Server 10.15 | webMethods ActiveTransfer Documentation | Working with Services in ActiveTransfer | Asset Folder | Summary of Elements in the Asset Folder | wm.mft.assets.scheduledEvent:changeStatus
 
wm.mft.assets.scheduledEvent:changeStatus
Changes the status of the specified scheduled action in ActiveTransfer Server.
Input Parameters
scheduleId
String (Optional). The internal identifier for the scheduled action in ActiveTransfer Server.
scheduleName
String (Optional). The name of the scheduled action in ActiveTransfer Server.
isActive
String. To change the status of the scheduled action in ActiveTransfer Server.
*true To activate the scheduled action.
*false To deactivate the scheduled action.
Output Parameters
success
String. If the service was successful in changing status of the scheduled action in ActiveTransfer Server.
*true The service was successful.
*false The service was not able to change status of the scheduled action in ActiveTransfer Server.
message
String. A message that is logged after the service run is complete.
Usage Notes
None.