Versions Compared

Key

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

...

-State <String>
Specifies that only jobs are considered that an order is currently passing. This is identified by the
order's state attribute that corresponds to the job node's state attribute.
This parameter requires use of the -JobChain parameter. If used with the -Order OrderId parameter then
only jobs for that order are considered, otherwise jobs for any orders in the given job chain are considered.

...

-Limit <Int32>
Specifies the max. number of history items of for task executions to be returned.
The default value is 10000, for an unlimited number of items the value -1 can be specified.

...

-Successful <SwitchParameter>
Returns history information for successfully executed completed tasks.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-Failed <SwitchParameter>
Returns history informiaton information for failed tasks.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...