Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageImportStep

import type { ImageImportStep } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

ImageImportStep holds information about the image import step progress.

interface ImageImportStep {
adaptingOs?: AdaptingOSStep;
creatingImage?: CreatingImageStep;
readonly endTime?: Date;
loadingSourceFiles?: LoadingImageSourceFilesStep;
readonly startTime?: Date;
}

§Properties

§
adaptingOs?: AdaptingOSStep
[src]

Adapting OS step.

§
creatingImage?: CreatingImageStep
[src]

Creating image step.

§
readonly endTime?: Date
[src]

Output only. The time the step has ended.

§

Initializing step.

§

Loading source files step.

§
readonly startTime?: Date
[src]

Output only. The time the step has started.