SmartBatch 2006 Application Programmatic Interface

StatusData Members

StatusData overview

Public Instance Constructors

StatusData Constructor Default constructor.

Public Instance Properties

Action The action to be performed on the Status. This must be set to one of the StatusAction values.
AppName An Application Group provides a grouping of objects that you want to manage and secure together. Currently, the Default Application Group is provided. A future release of the product will provide the ability to add and manage additional Application Groups. An Application Group name consist of a combination of letters or numbers up to 32 characters in length.
Computer The computer where the object is processed.
DependencyName The name of a file watch dependency if any.
ModUser The user (Windows Account) that is requesting an action such as an execute.
NextDateTime The next date and time indicating the expect next run time.
ObjectName The highest level object for the Status (Operation, Step or Job).
ObjectType The object type associated with the Object Name.
OperationName The name of the current Operation for the Status.
OperationSeqNbr The sequence number associated with an Operation represented in an execute on demand request. It represents the sequence number for the Operation in a Step.
OriginalDateTime Original status date and time.
StatusCode The status code. This is one of the StatusCodeValue values.
StatusDateTime The date and time for the last status.
StatusDetail Detailed text providing further status information.
StepName The name of a Step if any associated with the Status.
StepSeqNbr The sequence number associated with a Step represented in an execute on demand request. It represents the sequence number for the Step in a Job.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

StatusData Class | OnLineToolWorks.SmartBatch.Data Namespace