ForkJoinTask.isCompletedNormally

Returns {@code true} if this task completed without throwing an exception and was not cancelled.

@return {@code true} if this task completed without throwing an exception and was not cancelled

class ForkJoinTask(V)
final
bool
isCompletedNormally
()

Meta