UserTaskBufferItem constructor
UserTaskBufferItem(
- TaskControl taskControl,
- AppTaskExecutor<
AppTask> taskExecutor, - bool sendNotification,
- DateTime triggerTime,
Implementation
UserTaskBufferItem(
this.taskControl,
this.taskExecutor,
this.sendNotification,
this.triggerTime,
);