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
-
Method Details
-
close
void close()Registers that the activity is now complete.
-