Versions Compared

Key

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

...

Update-JobSchedulerOrder -Order <String> -JobChain <String> [-Directory <String>] -Action <String> [[-ParametersParameter
s] <Hashtable>] [[-Title
] <String>] [-At <String>] [-State <String>] [-EndState <String>] <CommonParameters>

...

Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

Directory

-Directory <String>
Optionally specifies the folder where the job chain is located. The directory is determined
from the root folder, i.e. the "live" directory.

If the -JobChain parameter specifies the name of job chain then the location specified from the
-Directory parameter is added to the job chain location.

Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

Action

-Action <String>
Specifies the action to be applied to an order:

  • Action "start"
    • starts an order, i.e. the order will proceed the next step in a job chain.
  • Action "suspend"
    • Suspends an order, i.e. the order is stopped and will not continue without being resumed.
  • Action "resume"
    • Resumes a suspended order.
  • Action "reset"
    • Resets an order that will be moved to its initial state in a job chain.
  • Action "end_setback"
    • Ends any delays that are applied to an order for repeated execution by a setback operation.

Required? true
Position? 34
Default value
Accept pipeline input? false
Accept wildcard characters?

...

-Parameters <Hashtable>
Specifies the parameters for the order. Parameters are created from a hashmap,
i.e. a list of names and values.

Required? false
Position? 45
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...

-Title <String>
Specifies the title of the order.

Required? false
Position? 56
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...

Default: now

Required? false
Position? 67
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...

-State <String>
Specifies that the order should enter the job chain at the job chain node that
is assigend the specified state.

Required? false
Position? 78
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...

-EndState <String>
Specifies that the order should leave the job chain at the job chain node that
is assigend the specified state.

Required? false
Position? 89
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

...