WsfTaskStatusMessage

WsfTaskStatusMessage inherits WsfMessage

WsfTaskStatusMessage is sent by WsfTaskManager::TaskComplete method when an assignee wants to report completion of an assigned task. 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.

string Status()

Returns the task’s status.

string SubStatus()

Returns the task’s sub-status.

WsfTrackId TrackId()

Returns the track Id associated with the task.

string TaskType()

Returns the task type.

string ResourceName()

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