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)