Booleans | Wildcards

Syntax

Booleans

Description

STK Scheduler accepts a variety of inputs for any commands that accept booleans.

0/True/On/Yes are all acceptable values for true.

1/False/Off/No are all acceptable values for false.

Boolean inputs are not case sensitive.

The following commands are compatible with the use of boolean varieties:

Example

Delete both the 'eastaustralia' and 'westaustralia' tasks

SCHED / DeleteTask '*australia'


Wildcards

Description

As a convenience to programmers integrating and automating STK Scheduler, wildcard characters may be included in the <ResourceName> and <TaskName> arguments of specified API commands.

"*" for zero or more characters of any type.

"?" for any single character.

"#" for any single digit (0-9).

The following commands are compatible with the use of wildcards:

Example

Delete both the 'EastAustralia' and 'WestAustralia' tasks

SCHED / DeleteTask '*Australia'