Interface ISchedulerNotificationCallback
public interface ISchedulerNotificationCallback
Scheduler callback. The client should inform the dispather about new tasks being available for the computation using
this callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the scheduler that the DD pipeline has new/updated tasks
-
Method Details
-
onNewTaskAvailable
void onNewTaskAvailable()Notifies the scheduler that the DD pipeline has new/updated tasks
-