taskslog [-<option> . . .]
Extracts the list of the log of executed tasks matching the specified conditions.
Available since the version 2.0.
This command is also available in cmd4 as taskslog.
Options
[-out] <string>
Output file name
-from <date/time>
Consider only task log entries executed at or after the specified date time
-to <date/time>
Consider only task log entries executed before the specified date time
-max <integer>
Maximum number of task log entries to return
-types <comma-separated list of scheduled task types>
Consider only tasks log entries of the specified types. Consider tasks of any type if not specified.
-priorityfrom <integer>
Consider only tasks log entries with a priority greater or equal the specified value
-priorityto <integer>
Consider only tasks log entries with a priority less then or equal the specified value
-loadmode <task log load mode>
Consider only task log entries that match the specified load mode
-rescheduledfrom <date/time>
Consider only task log entries rescheduled at or after the specified date time
-rescheduledto <date/time>
Consider only task log entries rescheduld before the specified date time
-result <task log result value>
Consider only task log entries with the specified result. Consider entries with any result if not specified.
See also other exports commands
audit | Extracts audit trail information and objects old versions. |
clientget | Gets one or more objects transferring their content to the client machine and optionally checking them out. |
clientrevert | Gets one or more objects transferring their content to the client machine and removing their persistent check out status. Client files are made read-only. |
config | Imports and exports configuration data. |
counters | Extracts counters information. |
export | Exports data from database in XML format. |
get | Gets (reads) objects. |
icon | Imports and exports icons. |
keywords | Imports, exports or removes keywords. |
logindata | Extracts the content of gn_LoginTable as XML. |
strings | Imports, exports or removes translation strings. |
tasks | Extracts the list of the pending scheduled tasks matching the specified conditions. |