Interface Activity
-
@Internal public interface Activity
Represents an activity that is being monitored. Callingclose()
will report that the activity is now finished.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Registers that the activity is now complete.
-