startJob

abstract suspend fun startJob(url: String, output: MutableSharedFlow<String>?): Result<Boolean>
abstract suspend fun startJob(bytes: ByteArray, output: MutableSharedFlow<String>?): Result<Boolean>