getKeyTaskOnce static method

String getKeyTaskOnce(
  1. String name
)

Get the key for a task that runs once

Implementation

static String getKeyTaskOnce(String name) {
  return "${name}_once";
}