Versions Compared

Key

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

...

Start-JobSchedulerOrder

SYNOPSIS

Starts orders an order for a job chain in the JobScheduler Master.

...

Start-JobSchedulerOrder [-OrderIdOrder] <String> [-JobChain] <String> [[-Directory] <String>] [[-Parameters] <Hashtable>] [[-AtTitle] <String>] [[-Timezone] <String>] [[-RunTimeAt] <String>] [[-State] <String>] [[-EndState] <String>] [[-AuditComment] <String>] [ [-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

DESCRIPTION

Start an existing orders order for a job chain.

PARAMETERS

...

Order

-OrderId Order <String>
Optionally specifies the identifier of an order.

...

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

...

-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?4
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

Title

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

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

...

-At <String>
Specifies the point in time when the order should start:

* now
** specifies that the order should start immediately
* now+1800
** specifies that the order should start with a delay of 1800 seconds, i.e. 30 minutes later.
* yyyy-mm-dd HH:MM[:SS]
** specifies that the order should start at the specified point in time.

Default: now

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

...

-Timezone <String>

...

RunTime

-RunTime <String>

...

State

-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?87
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-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?9Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

AuditComment

...

AuditTimeSpent

...

Required?false
Position?11
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

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

...