WsfTaskCancelMessage¶
- WsfTaskCancelMessage inherits WsfMessage
WsfTaskCancelMessage is sent by WsfTaskManager::CancelTask method when a task assignment is canceled. It should normally be processed by the receiving task manager but can be examined by a script method that handles messages.
Methods¶
- WsfPlatform Assigner()¶
Returns the platform that assigned the task.
- WsfPlatform Assignee()¶
Returns the platform that was assigned the task.
- WsfTrackId TrackId()¶
Returns the track Id associated with the task.