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