언어

ForkJoinTask.IsCancelled 속성

정의

이 작업이 정상적으로 완료되기 전에 취소되었는지를 반환 true 합니다.

public bool IsCancelled { [Android.Runtime.Register("isCancelled", "()Z", "")] get; }
[<get: Android.Runtime.Register("isCancelled", "()Z", "")>]
member this.IsCancelled : bool

속성 값

이 작업이 완료되기 전에 취소된 경우 true입니다.

구현

특성

설명

이 작업이 정상적으로 완료되기 전에 취소된 경우 true를 반환합니다.

에 대한 java.util.concurrent.ForkJoinTask.isCancelledJava 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상