Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Get-JS7TaskLog

SYNOPSIS

Read Return the task log from the JS7 History

...

Get-JS7TaskLog [[-ControllerId] <String>] [[-AgentUrl] <String>] [-TaskId] <String> [[-OrderId] <String>] [[-Workflow] <String>] [[-Position] <String>] [[-Job] <String>] [[-Criticality] <String>] [[-ExitCode] <Int32>] [[-State] <PSObject>] [[-StartTime] <DateTime>] [[-EndTime] <DateTime>] [<CommonParameters>]

DESCRIPTION

Reads Returns a task log for a given task ID. This cmdlet is mostly used for pipelined input from the
Get-JS7TaskHistory cmdlet that allows to search the execution history of tasks and
that returns task IDs that are used by this cmdlet to retrieve the task's log output.

...