Script Function: Returns the number of jobs that are registered in groups
SYS_STATE_JOBS_IN_GROUP([Job], [Group])
Syntax |
Description/Format |
---|---|
Job |
Name of a job |
Group |
Name of a group |
Return code |
---|
Number of jobs registered for groups |
This functions retrieves the number of jobs which show the status "Registered". The parameters may to used to selectively indicate a particular job or group whose number should be retrieved.
The first example retrieves all registered jobs.
:SET &ACTIVE# = SYS_STATE_JOBS_IN_GROUP()
The second example supplies all jobs registered for the group "MM.GROUP".
:SET &AKTIV# = SYS_STATE_JOBS_IN_GROUP(,"MM.GROUP")
See also:
Script element | Description |
---|---|
SYS_STATE_ACTIVE | Checks if an object has already been activated |
Checks if a job has already been activated | |
SYS_STATE_JP_ACTIVE | Checks if a workflow has already been activated |
Script Elements - Activate Objects
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function