Uses of Interface
com.e1c.g5.v8.dt.snapshot.operation.ISnapshotOperationResult
-
Packages that use ISnapshotOperationResult Package Description com.e1c.g5.v8.dt.snapshot com.e1c.g5.v8.dt.snapshot.operation -
-
Uses of ISnapshotOperationResult in com.e1c.g5.v8.dt.snapshot
Methods in com.e1c.g5.v8.dt.snapshot with parameters of type ISnapshotOperationResult Modifier and Type Method Description void
ISnapshotOperationsListener. afterSnapshotOperationFinish(ISnapshotOperation operation, ISnapshotOperationResult result)
Notifies the listener that a snapshot operation has just finished. -
Uses of ISnapshotOperationResult in com.e1c.g5.v8.dt.snapshot.operation
Methods in com.e1c.g5.v8.dt.snapshot.operation that return ISnapshotOperationResult Modifier and Type Method Description ISnapshotOperationResult
IFinishSnapshotOperationStep. finish()
Finishes the operation.
-