tasks

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:27

tasks [-<option> . . .]

Extracts the list of the pending scheduled tasks matching the specified conditions.

Available since the version 2.0.

This command is also available in cmd4 as tasks.

Options

[-out] <string>

   Output file name

-objectids <comma-separated database ids>

Consider only tasks associated with the objects with the specified database id(s). Consider tasks associated with any object if not specified

-types <comma-separated list of scheduled task types>

   Consider only tasks of the specified types. Consider tasks of any type if not specified.

-from <date/time>

Consider only tasks scheduled at or after the specified date time (tasks without a scheduled execution date/time - i.e. immediate execution - are not considered)

-to <date/time>

Consider only tasks scheduled before the specified date time (tasks without a scheduled execution date/time - i.e. immediate execution - are not considered)

-priorityfrom <integer>

   Consider only tasks with a priority greater or equal the specified value

-priorityto <integer>

   Consider only tasks with a priority less then or equal the specified value

 

See also other exports commands

auditExtracts audit trail information and objects old versions.
clientgetGets one or more objects transferring their content to the client machine and optionally checking them out.
clientrevertGets one or more objects transferring their content to the client machine and removing their persistent check out status. Client files are made read-only.
configImports and exports configuration data.
countersExtracts counters information.
exportExports data from database in XML format.
getGets (reads) objects.
iconImports and exports icons.
keywordsImports, exports or removes keywords.
logindataExtracts the content of gn_LoginTable as XML.
stringsImports, exports or removes translation strings.
taskslogExtracts the list of the log of executed tasks matching the specified conditions.