Skip to main content

When it is launched

This event handler runs before a task is moved to another stage.
  • If the value of the CanSend.Value property is set to true, the task will be sent to another stage after the execution of the script.
  • If the value of the CanSend.Value property is set to false, the task will not be sent to another stage.
By default, the value of the CanSend parameter is set to true.

Parameters

NameTypeAccessDescription
CanSendIBooleanRead/writeSpecifies whether to send the task to another stage.
ContextITaskWindowRead/writeThe task window.