Documentation

IsProductImplementation

Table of Contents

customerProduct()  : MorphOne
suspend()  : bool
Suspend method, must be implemented in the ProductImplementation model
terminate()  : bool
Terminate method, must be implemented in the ProductImplementation model
unsuspend()  : bool
Unsuspend method, must be implemented in the ProductImplementation model

Methods

suspend()

Suspend method, must be implemented in the ProductImplementation model

public abstract suspend() : bool
Return values
bool

terminate()

Terminate method, must be implemented in the ProductImplementation model

public abstract terminate() : bool
Return values
bool

unsuspend()

Unsuspend method, must be implemented in the ProductImplementation model

public abstract unsuspend() : bool
Return values
bool

Search results