Table of Contents

Interface IBeginsAndEndsPerformance

Namespace
CSF.Screenplay.Performances
Assembly
CSF.Screenplay.Abstractions.dll

An object which controls the beginning and ending of a performance

public interface IBeginsAndEndsPerformance

Methods

BeginPerformance()

Begins the performance

void BeginPerformance()

FinishPerformance(bool?)

Finishes the performance with a value indicating whether or not it was a success

void FinishPerformance(bool? success)

Parameters

success bool?

If true then the performance is to be considered a success; if false then a failure. A value of null indicates that the performance did not succeed but should not be considered a failure either.