Siebel Analytics Scheduler Guide > Configuring Siebel Analytics Scheduler Job Scripts >

Siebel Analytics Scheduler Read-Only Script Object Properties


Siebel Analytics Scheduler supports the read-only script object properties shown in Table 17.

Table 17. Siebel Analytics Scheduler Read-Only Script Object Properties
Object Property
Description
Return Value
Syntax

JobID

Returns the job identification number associated with this instance.

long

 

InstanceID

Returns the instance identification number associated with this instance.

 

 

ParameterCount

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

long

 

Parameter (index)

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

string

Parameter(index)

Index is the zero-based index of the parameter.

Script

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 objects that exist on the system. Implementing the COM IDispatch is particularly useful when handling cancel events to a running instance. See RegisterCancelCommand Method.

script object

 

UserID

Returns the user identification number associated with the instance.

string

 

Siebel Analytics Scheduler Guide