isInitialised method

bool isInitialised()

Implementation

bool isInitialised() {
  return this.status == ContractStatus.INITIALISED;
}