adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TaskExecutionResult Enumeration


In This Topic
    TaskExecutionResult Enumeration
    In This Topic
    The result of executing a task or operation.
    Syntax
    'Declaration
     
    
    <SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
    <SmartAssembly.Attributes.DoNotObfuscateTypeAttribute()>
    Public Enum TaskExecutionResult 
       Inherits System.Enum
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum TaskExecutionResult : System.Enum 
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum class TaskExecutionResult : public System.Enum 
    Members
    MemberValueDescription
    Abandoned8 The task was abandoned due to a shutdown signal.
    ExtensionConfigurationError9 There is a problem with configuration for the extension
    HostProcessFailed4 The task hosting process failed to start or shut down unexpectedly.
    InternalError1 An internal adTempus error occurred while trying to run the task
    NotStarted5 The task has not been started.
    Running6 The task is running.
    ScriptCompileFailure2 The script failed to compile.
    ScriptExecutionError3 The script failed to execute properly.
    Success0 The task ran successfully
    Timeout7 The task was terminated because it exceeded its allowed runtime.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.TaskExecutionResult

    See Also