API Documentation

BucketSchedulerTaskMovingEventArgs

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll

Provides data for the TagBites.WinSchedulers.BucketScheduler.TaskMoving event.

public class BucketSchedulerTaskMovingEventArgs : TagBites.WinSchedulers.BucketSchedulerTaskEventArgs

Properties

Bucket

Gets the bucket associated with a moving task.

public object Bucket { get; set; }

Result Type: object

Cancel

Gets or sets a value that indicates whether a task moving is canceled.

public bool Cancel { get; set; }

Result Type: bool