Click or drag to resize
ScheduledOperation Class
Abstract base class for scheduled operations, which are long running tasks that are executed on the Execution Server.
Inheritance Hierarchy

Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi (in Sdl.LanguagePlatform.TranslationMemoryApi.dll) Version: 1.6.0.0 (1.14.4157.0)
Syntax
public abstract class ScheduledOperation

The ScheduledOperation type exposes the following members.

Properties
  NameDescription
Public propertyCancelledOn
Gets when the operation was cancelled if the Status is Cancelled.
Public propertyCompletedOn
Gets when the operation was completed.
Public propertyErrorMessage
Gets the error message in case the Status is Error.
Public propertyIsFinished
Gets a value indicating whether this operation has finished.
Public propertyIsPending
Gets a value indicating whether this operation is pending.
Public propertyIsRunning
Gets a value indicating whether this operation is running.
Public propertyPercentComplete
Gets the current percent complete.
Public propertyQueuedOn
Gets when the operation was queued.
Public propertyStartedOn
Gets when the operation was started by the Execution Server.
Public propertyStatus
Gets the current status of the operation.
Public propertyWorkItemId
Gets the unique ID of the Execution Server work item that represents this operation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQueue
Queues the operation for execution on the Execution Server.
Public methodRefresh
Refreshes the status of the operation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments