forThisSubsystem

protected fun forThisSubsystem(@NonNull name: Any): String

Formats a task name to follow the convention full_name:task. This convention ensures the name is stripped properly in telemetry, and verbosely in Logcat.

Return

formatted string for task name, e.g. .named(forThisSubsystem("Close"))

Parameters

name

the task name to follow the subsystem name