OpenTAP 9.25
API Reference
Public Member Functions | Properties | List of all members
OpenTap.Package.ICustomPackageAction Interface Reference

Custom actions for ICustomPackageData inside File element in package.xml files, to be executed at predefined stages (PackageActionStage) More...

Inheritance diagram for OpenTap.Package.ICustomPackageAction:
OpenTap.ITapPlugin

Public Member Functions

int Order ()
 The order of the action. Actions are executed in the order of lowest to highest. More...
 
bool Execute (PackageDef package, CustomPackageActionArgs customActionArgs)
 Runs this custom action on a package. This is called after any normal operations associated with the given stage.
 

Properties

PackageActionStage ActionStage [get]
 At which stage the action should be executed
 

Detailed Description

Custom actions for ICustomPackageData inside File element in package.xml files, to be executed at predefined stages (PackageActionStage)

Member Function Documentation

◆ Order()

int OpenTap.Package.ICustomPackageAction.Order ( )

The order of the action. Actions are executed in the order of lowest to highest.

Returns

OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25