JobStatus class | QSYS API Reference Guide
Represents the status of a job.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Constructors
| Name | Description |
|---|---|
| JobStatus() | Initializes a new instance of the JobStatus class. |
JobStatus()
Initializes a new instance of the JobStatus class.
JobStatus()
Properties
| Type | Name | Description |
|---|---|---|
| ExecuteState | ExecuteState | Gets or sets the ExecutionState for the job. |
| String | Function | Gets the function, or additional information of the job’s status. |
| ExecStatus | Status | Gets the execution status of the job. |
| DateTime | StatusStamp | Gets the execution status of the job. |
Methods
| Signature | Description |
|---|---|
| Clone() | Creates and returns an identical copy of the current job status. |
| GetFormattedString() | Gets a string with the status of the job. |
| SetStatus(ExecStatus, String) | Sets the new status of the Job. |
JobStatus Clone()
Creates and returns an identical copy of the current job status.
JobStatus Clone()
string GetFormattedString()
Gets a string with the status of the job.
string GetFormattedString()
void SetStatus(ExecStatus newExecStatus, string newFunction)
Sets the new status of the Job.
void SetStatus(ExecStatus newExecStatus, string newFunction)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ExecStatus | newExecStatus | The execution status of the job. |
| String | newFunction | The function, or additional information, of the job’status. |