Skip to content

Taipy.core.is deletable

Check if a Scenario, a Job or a Submission can be deleted.

This function determines whether a scenario or a job can be safely deleted without causing conflicts or issues.

Parameters:

Name Type Description Default
entity Union[Scenario, Job, Submission, ScenarioId, JobId, SubmissionId]

The scenario, job or submission to check.

required

Returns:

Type Description
bool

True if the given scenario, job or submission can be deleted. False otherwise.