• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Enum TaskStatus.Status

Types of running task status.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public enum Status

Fields

Name Description
Cancelled

Task has been canceled.

Completed

Task has been completed.

Failed

Exception has been thrown or time out has been reached.

InProgress

Task is being executed.

Waiting

Task is in waiting queue.

Back to top Copyright © 2017 Alachisoft