StartJobOptions interface
Job-migration fields on startJob, forwarded verbatim to the worker. All optional; a plain start passes none of them.
Signature:
export interface StartJobOptions
Properties
| Property | Type | Description |
|---|---|---|
boolean |
(Optional) Create every container but start none; the instance reports |
|
string |
(Optional) Marks the instance as the target of this migration. |
|
Uint8Array |
(Optional) Phase F. The state the migration’s SOURCE handed over, opaque bytes forwarded verbatim to the worker, which delivers them to the job as |
|
(Optional) The slot the job is told in |