DispatchJob
From
(Difference between revisions)
m |
m (→Description) |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Attempts to dispatch (send) the specified job to the field device indicated. The job must be in [[JobStatus|UNASSIGNED]] or [[JobStatus|ASSIGNED]] state, ie not yet dispatched to a field worker. | + | Attempts to dispatch (send) the specified job to the field device indicated. The job must be in [[JobStatus|UNASSIGNED]] or [[JobStatus|ASSIGNED]] state, ie. not yet dispatched to a field worker. |
== Parameters == | == Parameters == |
Latest revision as of 05:04, 11 May 2005
Contents |
[edit] Method
DispatchJobResult dispatchJob(UserIDBean userID, JobTemporalIDBean jobID, String fieldDevicePK)
[edit] Description
Attempts to dispatch (send) the specified job to the field device indicated. The job must be in UNASSIGNED or ASSIGNED state, ie. not yet dispatched to a field worker.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobTemporalIDBean | jobID | The primary key of the job, and the update index, to confirm the external systems details are up to date. |