Interface Activity


@Internal public interface Activity
Represents an activity that is being monitored. Calling close() will report that the activity is now finished.
Since:
5.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registers that the activity is now complete.
  • Method Details

    • close

      void close()
      Registers that the activity is now complete.