StepStatus

sealed class StepStatus

Pentest job step status

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Step completed successfully

Link copied to clipboard

Step failed during execution

Link copied to clipboard

Step is currently running

Link copied to clipboard

Step has not started yet

Link copied to clipboard
data class SdkUnknown(val value: String) : StepStatus
Link copied to clipboard

Step was stopped by the user

Properties

Link copied to clipboard
abstract val value: String