Uses of Interface
org.praxislive.core.services.TaskService.Task
Packages that use TaskService.Task
-
Uses of TaskService.Task in org.praxislive.code
Methods in org.praxislive.code that return TaskService.TaskModifier and TypeMethodDescriptionprotected abstract TaskService.TaskAbstractAsyncProperty.createTask(Value key) protected TaskService.TaskResourceProperty.createTask(Value key) -
Uses of TaskService.Task in org.praxislive.script
Methods in org.praxislive.script with parameters of type TaskService.TaskModifier and TypeMethodDescriptionstatic StackFrameStackFrame.async(TaskService.Task task) Create a StackFrame that executes the provided task asynchronously in the defaultTaskServiceand returns the result.