Show / Hide Table of Contents

Enum FailureStrategy

The failure strategy for when a work unit fails.

Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public enum FailureStrategy : int

Fields

Name Description
ContinueOnError

If a work unit fails, continue execution.

FailOnError

If one work unit fails, the job fails.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.