WsfStatusMessage

WsfStatusMessage inherits WsfMessage

Construction: WsfStatusMessage newObj = WsfStatusMessage();
Clone: WsfStatusMessage newObj = WsfStatusMessage(other);

Methods

string Status()

Return the status.

void SetStatus(string aStatus)

Set the status.

WsfTrackId RequestId()

Return the track Id to which the status applies.

void SetRequestId(WsfTrackId aRequestId)

Set the track Id to which the status applies.

string SystemName()

Return the system name to which the status applies.

void SetSystemName(string aSystemName)

Set the system name to which the status applies.

WsfPlatform Platform()

Return the platform to which the status applies.

void SetPlatform(WsfPlatform aPlatform)

Set the platform to which the status applies.