Description | Example | Return Message | Group(s)

SCHED: GetTaskSolution

Format

SCHED / GetTaskSolution '<FileName>' <IncludeTimeslotData>

Description

The SCHED GetTaskSolution Connect command returns a detailed report on all Tasks and their status in the active schedule.

The report for each task matches the format specified on the Task Report page.

Parameters

  • FileName: The parameter is a string of text in single quotes of the absolute path file name. Empty string is allowed if the command does not write out to a file.
  • IncludeTimeslotData: The parameter is an optional boolean defining whether additional information on how the task's timeslots were generated should be in the report.

Examples

Requests all Task reports for the active schedule to the file "out.txt" located at "C:\Outputs\" . Do not include timslot data.


SCHED / GetTaskSolution 'C:\Outputs\out.txt' False

SyntaxExample
<CommandName>SCHED / GetTaskSolution
<FileName>'C:\Outputs\out.txt'
<IncludeTimeslotData>False

Return Message

Connect returns a message with all the Task reports for the active schedule file. Returns all task reports in alphabetical order

Group Membership

This command belongs to the following group(s):

Scheduler

Version

4.3.1 and 5.0