Table of Contents

Interface IExecutable

Namespace
Csra
Assembly
Csra.dll

Defines a contract that a customer needs to fulfill to use with TestBlock (e.g. RunPatternConditionalStop).

public interface IExecutable

Methods

Clear()

Method that will be executed to clear result fields. Can be empty if not needed.

void Clear()

Execute()

Method that will be executed by using TestBlock (e.g. RunPatternConditionalStop).

void Execute()