Interface RunningLightweightTask

    • Method Detail

      • getLightweightTaskParent

        @Experimental
        RunningTask getLightweightTaskParent()
        Returns the in-memory version of the parent task. Applicable only to lightweight subtasks. EXPERIMENTAL (use with care)
      • getLightweightTaskHandler

        @NotNull
        @NotNull LightweightTaskHandler getLightweightTaskHandler()
        Returns the task handler.
      • startLightweightHandler

        void startLightweightHandler()
        Request the start of the execution of this task's handler. The handler is executed asynchronously.
      • lightweightHandlerStartRequested

        boolean lightweightHandlerStartRequested()
        Was the task requested to start? (It may or may not actually started.)