Package org.yamcs.activities
Class OngoingActivity
java.lang.Object
org.yamcs.activities.OngoingActivity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Request a stop of this activity.void
void
completeExceptionally
(String failureReason, User user) If a stop has been requested, this returns the first user that asked to cancel.onResult()
-
Constructor Details
-
OngoingActivity
-
-
Method Details
-
getActivity
-
onResult
-
getStopRequester
If a stop has been requested, this returns the first user that asked to cancel. -
cancel
Request a stop of this activity. This method does not block. -
complete
-
completeExceptionally
-