UNPKG

ravendb

Version:
13 lines 794 B
import { IServerOperation, OperationResultType } from "../../../Documents/Operations/OperationAbstractions.js"; import { OngoingTaskType } from "../../../Documents/Operations/OngoingTasks/OngoingTaskType.js"; import { RavenCommand } from "../../../Http/RavenCommand.js"; import { DocumentConventions } from "../../../Documents/Conventions/DocumentConventions.js"; export declare class ToggleServerWideTaskStateOperation implements IServerOperation<void> { private readonly _name; private readonly _type; private readonly _disable; constructor(name: string, type: OngoingTaskType, disable: boolean); get resultType(): OperationResultType; getCommand(conventions: DocumentConventions): RavenCommand<void>; } //# sourceMappingURL=ToggleServerWideTaskStateOperation.d.ts.map