Interface WorkService

    • Method Detail

      • registerWork

        void registerWork​(WorkDescriptor workDescriptor)
                   throws SWorkRegisterException
        This operation MUST be called within an active transaction. If no active transaction is found, a SWorkRegisterException is thrown
        Parameters:
        workDescriptor -
        Throws:
        SWorkRegisterException
        Since:
        6.0
      • isStopped

        boolean isStopped()
        Returns:
        true if the work service is stopped
        Since:
        6.3