For the complete documentation index, see llms.txt. This page is also available as Markdown.

SchedulerList

List all the schedulers registered in the system.

Method Signature

SchedulerList()

Arguments

This function does not accept any arguments

Examples

List all registered schedulers

schedulerNew( "listSched", 2 );
list = schedulerList();
writeOutput( isArray( list ) );

Result: true

Last updated

Was this helpful?