Siebel Analytics Scheduler Guide > Using Siebel Analytics Scheduler > Working with Scheduler Job Scripts >

Read-Only Script Object Properties


Siebel Analytics Scheduler supports the following read-only script object properties.

JobID Object Property

Returns the job identification number associated with this instance.

Return Value

Returns a long value.

InstanceID Object Property

Returns the instance identification number associated with this instance.

Parameter Count Object Property

Returns the number of job parameters associated with the job script.

Return Value

Returns a long value.

Parameter (index) Object Property

Returns a specific parameter associated with the script. Parameter (index) returns an error if the given index is less than zero or greater than Parameter Count minus 1.

Syntax

Parameter(index)

Arguments
Argument
Description
index
The zero-based index of the parameter.
Return Value

Returns a string value.

Script Object Property

Returns the Script object that represents the current script. This object implements the COM IDispatch interface and can be passed as arguments to methods of other COM objects that exist on the system. This is particularly useful when handling cancel events to a running instance. See RegisterCancelCommand Method.

Return Value

Returns a script object.

Return Value

Returns a double value.

UserID Object Property

Returns the user identification number associated with the instance.

Return Value

Returns a string value.


 Siebel Analytics Scheduler Guide
 Published: 11 March 2004