downloadAndRunEveryStart constant

PostStartupScriptConfig_PostStartupScriptBehavior const downloadAndRunEveryStart

After every start, download the post-startup script from its source and run it.

Implementation

static const downloadAndRunEveryStart =
    PostStartupScriptConfig_PostStartupScriptBehavior(
      'DOWNLOAD_AND_RUN_EVERY_START',
    );