<Code Lib>
2022 Method
Changes 0
M

FailureDefinitionAccessor.IsResolutionApplicable

Description:
Checks if the given resolution type is applicable to the failure.

public bool IsResolutionApplicable(
	FailureResolutionType type
)

Return Value bool True if the given resolution type is applicable to the failure, false otherwise.

Loading…