WsfTaskAssignMessage

WsfTaskAssignMessage inherits WsfMessage

WsfTaskAssignMessage is sent by WsfTaskManager::AssignTask method when a task assignment is made. 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.

WsfTrack Track()

Returns the track associated with the task.

string TaskType()

Returns the task type.

string ResourceName()

Returns the resource name specified to use in the task.