Click or drag to resize
JobAction Properties

The JobAction type exposes the following members.

Properties
  Name Description
Public property Duration
This value is the duration of the action.
Public property ErrorCode
This value is the error code associated with the action.
Public property ExceptionMessage
This value is a message from the underlying exception. The message stored in this property should not be displayed in the user interface, as it may not be available in the language used by the interface. This property should only be used for internal troubleshooting, and as a measure of last resort in the event of a completely unexpected error.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property Id
This value is the unique ID of the action.
Public property MessageFormatParameters
This value is the message format parameters.
Public property MessageId
This value is the message ID for the action. This value can be used to look up a message associated with this action.
Public property RequestingUserName
This value is the name of the user that requested the action.
Public property Status
This value represents the status of the action.
Public property Timestamp
This value is the time when the action occurred.
Public property TitleFormatParameters
This value is the title format parameters for the action.
Public property TitleId
This value is the title ID for the action. This value can be used to look up a title associated with this action.
Top
See Also