ScheduledTasks collector

Prev Next

The ScheduledTasks collector shows the status of scheduled tasks on devices, and also when it is scheduled to run next.

Collector output

Field

Type

Description

folder

String

The path from where the scheduled task runs (Empty in Linux).

taskname

String

Name of task.

nextruntime

Timestamp

Time and date when the task will run.

status

String

Current task status can be ready, disabled, setting, running, or could not start.

task_run

String

Full command line to execute tasks.

last_run

Timestamp

Last time the task ran successfully.

username

String

Name of the user that executed the task.

schedule_on

String

See Trigger field documentation.

log_on_type

String

Security logon method required to run tasks. See Log on Type documentation (Windows only).



Supported versions

Windows

Linux

macOS

3.0 and later

3.0 and later

3.0 and later



Example: Show when will the task called 'backupDaily' run next
ScheduledTasks taskname, nextruntime where ScheduledTasks taskname equals "backupDaily"


Example: Show when will the task called 'backupDaily' run next
ScheduledTasks taskname, nextruntime where ScheduledTasks taskname equals "backupDaily"