Function waitForPublishCompletion
- waitForPublishCompletion(
startingPoint: null | string | number | WHFSObject,
options?: {
acceptErrors?: boolean;
deadline?: WaitPeriod;
expectErrorsFor?: number[];
reportFrequencyMs?: number;
skipEventCompletion?: boolean;
},
): Promise<boolean>Parameters
- startingPoint: null | string | number | WHFSObject
Folder or file we're waiting to complete republishing (recursively)
- options: {
acceptErrors?: boolean;
deadline?: WaitPeriod;
expectErrorsFor?: number[];
reportFrequencyMs?: number;
skipEventCompletion?: boolean;
} = {}
Returns Promise<boolean>
True if publication completed, false on timeout
- startingPoint: null | string | number | WHFSObject
Wait for publication to complete