Function waitForPublishCompletion
- waitForPublishCompletion(
...args: [
startingPoint: null
| string
| number
| WHFSObject,
options: {
acceptErrors?: boolean;
deadline?: WaitPeriod;
expectErrorsFor?: number[];
reportFrequencyMs?: number;
skipEventCompletion?: boolean;
},
],
): Promise<boolean>Parameters
- ...args: [
startingPoint: null
| string
| number
| WHFSObject,
options: {
acceptErrors?: boolean;
deadline?: WaitPeriod;
expectErrorsFor?: number[];
reportFrequencyMs?: number;
skipEventCompletion?: boolean;
},
]
Returns Promise<boolean>
- ...args: [