This topic contains a listing of all the members in the Command Class.
Public Constructors
| Constructor | Description |
|---|---|
| |
Constructs a new instance of a Command object. |
Public Methods
| Method | Description |
|---|---|
Call
|
Overloaded. Call allows code in non-display file aspx.vr (yellow thread) to invoke diverse program functions within a Job. |
CallSilent
|
Invokes an interactive program from a non-display file aspx.vr (yellow thread) and prevents the display of the program's display file in the browser. |
GetLdaField
|
Returns a value from a portion of the jobs' LDA (local data area). |
GetLdcObject
|
Returns the value for an entry from the jobs' LDC (local data collection). |
PushKeyFocus
|
Invoked from the yellow thread to provide input to the blue thread program waiting for input. Sets parameter values and returns a WebDisplayFile with the focus set as dictated by those parameters. |
RemoveLdcObject
|
Removes an entry from the jobs' LDC (local data collection). |
RequestShutdown
|
Requests the job to shutdown. All active programs in the job will be ended. |
Return
|
Returns a job to procedural processing. |
SetLdaField
|
Assigns a value to a portion of the jobs' LDA (local data area). |
SetLdcObject
|
Assigns a value to an entry in the jobs' LDC (local data collection). |
