@wpkernel/core / WaitOptions
Type Alias: WaitOptions
ts
type WaitOptions = object;Options for waiting on a background job.
Properties
pollIntervalMs?
ts
optional pollIntervalMs: number;timeoutMs?
ts
optional timeoutMs: number;