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.

string AssignerName()

Returns the name of the platform that assigned the task.

WsfPlatform Assignee()

Returns the platform that was assigned the task.

string AssigneeName()

Returns the name of the platform that was assigned the task.

WsfTrackId TrackId()

Returns the track Id associated with the task.

string TaskType()

Returns the task type.

string ResourceName()

Returns the name of the resource that was specified to be used in the task.