event property

String? event
getter/setter pair

The event being reported. Possible string values are:

  • "UNKNOWN_EVENT" : Invalid event.
  • "OS_START" : The time the VM started.
  • "CONTAINER_START" : Our container code starts running. Multiple containers could be distinguished with WorkerMessage.labels if desired.
  • "NETWORK_UP" : The worker has a functional external network connection.
  • "STAGING_FILES_DOWNLOAD_START" : Started downloading staging files.
  • "STAGING_FILES_DOWNLOAD_FINISH" : Finished downloading all staging files.
  • "SDK_INSTALL_START" : For applicable SDKs, started installation of SDK and worker packages.
  • "SDK_INSTALL_FINISH" : Finished installing SDK.

Implementation

core.String? event;