Skip to main content
Table of Contents

Interface ISagaProcessState

Namespace
Stratara.Sagas.Abstractions
Assembly
Stratara.Sagas.dll

What a process state must say about itself: whether the process is over.

public interface ISagaProcessState
Extension Methods

Properties

Completed

Once true, the process's timers are cancelled and no timeout reaches it.

bool Completed { get; }

Property Value

bool