Class GetTimeTask

  • All Implemented Interfaces:
    ITask

    public class GetTimeTask
    extends java.lang.Object
    implements ITask
    A task that provides the current platform time in the 'time' parameter.
    • Constructor Detail

      • GetTimeTask

        public GetTimeTask()
    • Method Detail

      • execute

        public IFuture<java.lang.Void> execute​(ITaskContext context,
                                               IInternalAccess process)
        Execute the task.
        Specified by:
        execute in interface ITask
        Parameters:
        context - The accessible values.
        process - The process instance executing the task.
        Returns:
        To be notified, when the task has completed.
      • cancel

        public IFuture<java.lang.Void> cancel​(IInternalAccess instance)
        Compensate in case the task is canceled.
        Specified by:
        cancel in interface ITask
        Returns:
        To be notified, when the compensation has completed.